From 68b5b855954787fedc8b03a2fdb6ebedfe07d366 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Sat, 16 Jul 2011 09:18:45 +0100 Subject: [PATCH] libxc: remove obsolete comment. Seems to predate Xen 3.0... Signed-off-by: Ian Campbell --- tools/libxc/xenctrl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h index 5d12503aee..1b82ee0818 100644 --- a/tools/libxc/xenctrl.h +++ b/tools/libxc/xenctrl.h @@ -1132,10 +1132,6 @@ int xc_lockprof_query(xc_interface *xch, * should be unmapped with munmap and should follow the same rules as mmap * regarding page alignment. Returns NULL on failure. * - * In Linux, the ring queue for the control channel is accessible by mapping - * the shared_info_frame (from xc_domain_getinfo()) + 2048. The structure - * stored there is of type control_if_t. - * * @parm xch a handle on an open hypervisor interface * @parm dom the domain to map memory from * @parm size the amount of memory to map (in multiples of page size) -- 2.30.2